projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c299e
)
* configure.ac (xcsdkdir): Only set if using xcrun.
author
Jan Djärv
<jan.h.d@swipnet.se>
Sun, 29 Dec 2013 13:17:09 +0000
(14:17 +0100)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Sun, 29 Dec 2013 13:17:09 +0000
(14:17 +0100)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index aeebb19684bc476e16b1ff956be5a97fd54f0340..906ce828ec0e65b5f95348fd41d01725489fb57b 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2013-12-29 Jan Djärv <jan.h.d@swipnet.se>
+
+ * configure.ac (xcsdkdir): Only set if using xcrun.
+
2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
diff --git
a/configure.ac
b/configure.ac
index d5ae13401cf54e619a9dc86c48fdcc0e1130815c..059f04b3edaa34ce2c4b548706d681f56b492e53 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-92,9
+92,9
@@
if test -n "$XCRUN"; then
if test -z "$MAKE_PROG"; then
MAKE="$XCRUN MAKE"
export MAKE
+ xcsdkdir=`$XCRUN --show-sdk-path 2>/dev/null`
fi
fi
- xcsdkdir=`$XCRUN --show-sdk-path 2>/dev/null`
fi
dnl Fairly arbitrary, older versions might work too.